home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDMenuKeys.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  1.1 KB  |  30 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 cancelMenuKeysAction = id; 
  6.                 changeMenuKeysAction = id; 
  7.                 clearMenuKeysAction = id; 
  8.                 loadMenuKeysAction = id; 
  9.                 resetAllMenuKeysAction = id; 
  10.                 saveMenuKeysAction = id; 
  11.             }; 
  12.             CLASS = DKDMenuKeysPanel; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 cancelMenuKeysButton = NSButton; 
  16.                 changeMenuKeysButton = NSButton; 
  17.                 clearMenuKeysButton = NSButton; 
  18.                 loadMenuKeysButton = NSButton; 
  19.                 menuKeysOutlineView = DKDOutlineViewMenuKeys; 
  20.                 resetAllMenuKeysButton = NSButton; 
  21.                 saveMenuKeysButton = NSButton; 
  22.             }; 
  23.             SUPERCLASS = NSWindowController; 
  24.         }, 
  25.         {CLASS = DKDOutlineViewMenuKeys; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, 
  26.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  27.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  28.     ); 
  29.     IBVersion = 1; 
  30. }